 |
API Documentation
|
|
|
static void * constructor(const nkScripts::DataStack &stack)
Defines an environment in which scripts can execute.
Definition: Environment.h:14
Wraps a nkAstraeus::lua::nkTasksWrap::LuaThread and offers functions for use in scripting.
Definition: ThreadWrapper.h:12
static nkScripts::OutputValue addTask(const nkScripts::DataStack &stack)
A view over data.
Definition: BufferView.h:18
static void destructor(void *toDestroy)
static void updateEnvironment(nkScripts::Environment *env)
static nkScripts::OutputValue askAbortAndJoin(const nkScripts::DataStack &stack)
static nkScripts::OutputValue runScript(const nkScripts::DataStack &stack)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
static nkScripts::OutputValue askAbort(const nkScripts::DataStack &stack)
static nkScripts::OutputValue releaseTaskRef(const nkScripts::DataStack &stack)
static nkScripts::OutputValue join(const nkScripts::DataStack &stack)
static nkScripts::OutputValue run(const nkScripts::DataStack &stack)
Encompasses the wrapping of nkTasks for Lua.
Definition: Constants.h:7